projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1091853
)
(dired-flag-garbage-files): Move interactive flag across doc string.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Sep 1997 22:22:24 +0000
(22:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Sep 1997 22:22:24 +0000
(22:22 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index f01349a361aadb8a67ca878f206501a8735f6562..118c4c8bdee6c42bfda323606cb92cc550100c3c 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-2170,8
+2170,8
@@
A prefix argument says to unflag those files instead."
"*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.")
(defun dired-flag-garbage-files ()
- (interactive)
"Flag for deletion all files that match `dired-garbage-files-regexp'."
+ (interactive)
(dired-flag-files-regexp dired-garbage-files-regexp))
(defun dired-flag-backup-files (&optional unflag-p)